home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / amms20d.lha / amms / mbbatch / com / english / delete_batch.bat < prev    next >
DOS Batch File  |  1995-05-05  |  670b  |  37 lines

  1. ;
  2. ;    $VER: AMMS Delete Batch 2.00 [English] / 12-02-1995
  3. ;
  4. ;    Translation by The Terminator
  5. ;
  6.  
  7.  
  8.  
  9. ;
  10. ;    Errormessage : No additional batches permitted !
  11. ;
  12. T_NoBatch="No additional batches permitted !"
  13. ;
  14. ;    Errormessage : Unknown additional batch
  15. ; batch = First part of batchname
  16. ; maxbatches = Highest batchnumber
  17. ;
  18. T_UnknownBatch="Only names from 'batch'1 to 'batch''maxbatches' permitted !"
  19. ;
  20. ;     Errormessage : User does not exist
  21. ; p2 = Username
  22. ;
  23. T_UnknownUser="User ""'p2'"" does not exist !"
  24. ;
  25. ;    Menu : Really delete batch
  26. ; p1 = Batchname
  27. ;
  28. T_Question="Really delete batch ""'p1'"" ? N#LEFT#"
  29. ;
  30. ;    Menu : Key for no
  31. ;
  32. KEY_NO="N^M"
  33. ;
  34. ;    Menu : Key for yes
  35. ;
  36. KEY_YES="YJ"
  37.